ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TrendLine<T> Class / TrendLine<T> Constructor
The owner which owns this series.

In This Topic
    TrendLine<T> Constructor
    In This Topic
    Creates one TrendLine<T> instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As FlexChartCore(Of T) _
    )
    public TrendLine<T>( 
       FlexChartCore<T> owner
    )

    Parameters

    owner
    The owner which owns this series.
    See Also